projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c85a4b
)
snapshot: fix warning when asserts are disabled
author
Christian Hergert
<chergert@redhat.com>
Thu, 11 Feb 2021 00:03:50 +0000
(16:03 -0800)
committer
Christian Hergert
<chergert@redhat.com>
Thu, 11 Feb 2021 00:13:38 +0000
(16:13 -0800)
gtk/gtksnapshot.c
patch
|
blob
|
history
diff --git
a/gtk/gtksnapshot.c
b/gtk/gtksnapshot.c
index e01ce5ec68f2c10778c9d57516a709d87e85fee1..008dd108e48ee028fd4b205ffb3b5297e2b6c394 100644
(file)
--- a/
gtk/gtksnapshot.c
+++ b/
gtk/gtksnapshot.c
@@
-1586,7
+1586,7
@@
void
gtk_snapshot_gl_shader_pop_texture (GtkSnapshot *snapshot)
{
GtkSnapshotState *state = gtk_snapshot_get_current_state (snapshot);
- GskRenderNode *node;
+ G
_GNUC_UNUSED G
skRenderNode *node;
if (state->collect_func != gtk_snapshot_collect_gl_shader_texture)
{